home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H108.ZIP / AUTOLO12.ZIP / WELLDOC.TXT < prev   
Text File  |  1991-09-02  |  8KB  |  158 lines

  1.                           Auto-Log
  2.              Copyright (c) 1991 Andrew L. Harrover
  3.  
  4.      Auto-Log is an AutoLisp program which allows the user to
  5. interactively build well diagrams.  The program draws well
  6. construction details on one side of the well and builds the lithology
  7. on the other side.  
  8.       This project started when my company was pricing other programs
  9. and was disappointed by the nature of the programs we found.  Most of
  10. the programs could be divided into two classes - one was the very
  11. expensive, million function software with a steep learning curve and
  12. the other was reasonably priced software which produced unsatisfactory
  13. output.  There was no mean between the extremes.  The whole purpose of
  14. this software is that it should facilitate the easy production of
  15. decent looking well logs with a minimum effort by our field people. 
  16. This is how AutoLog was started.  I admit that AutoCAD is not a
  17. program that people associate ease of use with, although AutoLog asks
  18. all of the questions.  The only thing left to the operator is to input
  19. the data correctly, plot out the finished diagram and then save it. 
  20. There is the possibility that some basic editing might have to be
  21. performed but this could be learned very quickly by a novice or passed
  22. to the CAD staff for a quick polishing and output.  AutoLog was
  23. developed using AutoCAD release 11.
  24.  
  25.                             SHAREWARE
  26.  
  27.      This program is not free!  If you try AutoLog and don't find it
  28. acceptable, trash it.  If you try it, like it, and intend to use it,
  29. then PLEASE register the code.  The registration fee is $25.00 and I
  30. feel this is very reasonable.  When you register the code, I will send
  31. you the latest version and a laser printed manual.  Registration will
  32. also entitle you to future upgrades.
  33.  
  34.           Please mail your check or cash to:
  35.                  Andy Harrover
  36.                 9252 Bennett Dr.
  37.                Manassas, VA 22100
  38.  
  39.   I know that getting a check cut for $25.00 by your company can be
  40. inconvenient, but I'm sure your company can make an exception. 
  41. Remember - I'm not trying to make a lot of money by writing these 
  42. sorts of things but I don't mind a little compensation for all of 
  43. the late nights and AutoLisp headaches.  If you pass AutoLog along
  44. to one of your friends then PLEASE pass the entire, unmodified code 
  45. and documentation.  Registered users may contact me with questions via
  46. U.S. mail or FAX (703) 444-1685.
  47.  
  48.                           LEGAL STUFF
  49.  
  50.      AutoLog has been tested by me and others and I am almost positive
  51. that there are no bugs in the code.  I have tried to trap as many
  52. errors as possible but I make no guarantee that it will work on your
  53. machine.  Just remember that you use this program at your own risk!!! 
  54. AutoCAD is a registered trade mark of AutoDesk, Inc.
  55.      
  56.                             THANKS
  57.  
  58.      Thanks to GeoTrans, Inc. for providing a machine to work on,
  59. supplies, and a few unlucky souls to debug the code.  Thanks to Sarah
  60. for not divorcing me.
  61.                                 Items that Deserve Mention
  62.  
  63.  
  64.  
  65. 1.   AutoLog draws all items to scale.  The construction details and
  66.      lithology are illustrated inside of an 8" x 2" area.  The user is
  67.      asked to input a total well depth which is divided by eight and
  68.      the resulting figure is the scale.  AutoLog will however,
  69.      continue to ask for depths to all features so that the user can
  70.      format his labels however he pleases.
  71.  
  72. 2.   AutoLog features are illustrated starting from the bottom of the
  73.      well.  The deepest features, which are the well construction
  74.      details, are drawn first and then AutoLog works its way up.  The
  75.      lithology is added next in the same order.
  76.  
  77. 3.   AutoLog makes certain assumptions about well construction
  78.      details.  These are that you have some sandpack, the next layer
  79.      will be the bentonite and the final layer will be grouting which
  80.      will fill the rest of the borehole.  Fill at the bottom of the 
  81.      well can be included if desired.  The labels for these items
  82.      are entirely user-supplied and multiple lines of text are allowed
  83.      so there is a good deal of flexibility built in.  In the event
  84.      that one of these layers is missing, a zero (0) can be placed for
  85.      the layer thickness and the tick (') which is placed at the top
  86.      of each layer can be erased.
  87.  
  88. 4.   AutoLog uses a standard AutoCAD font called "romans" so that the
  89.      output is standardized and is very presentable.
  90.  
  91. 5.   AutoLog supports all standard AutoCAD hatch patterns, but more
  92.      can easily be added to the code.
  93.  
  94. 6.   AutoLog hatches all patterns with an angle of "0".
  95.  
  96. 7.   AutoLog lithology and construction labels look best when they are
  97.      kept under fifteen characters.  The max is twenty.
  98.  
  99. 8.   AutoLog version 1.1 only does above-ground well diagrams.  Flush
  100.      installations are planned for future releases. 
  101.  
  102. 9.   When AutoLog prompts Y or N for additional lines of text any
  103.      answer except Y will advance the user to the next step.
  104.  
  105. 10.  When AutoLog prompts the user for stratigraphic data it also
  106.      checks to make sure that the sum of the stratigraphic units does
  107.      not exceed the total well depth.
  108.  
  109. 11.  AutoLog works in decimal feet.  Any data which is input in feet
  110.      and inches will be incorrectly interpreted.
  111.  
  112. 12.  The version of AutoLog that has been released is not "crippled"
  113.      in any way.  This is the full, unmodified code.  The idea behind
  114.      AutoLisp is customization of AutoCAD, and I welcome people to
  115.      modify my code.  Please don't send me questions about a modified
  116.      version.  I am, however, open to suggestions and ideas about
  117.      future releases.
  118.  
  119.                           How To Use AutoLog
  120.  
  121. 1.   Load the code by typing (load "AutoLog").
  122.  
  123. 2.   Execute the program by typing "AutoLog".
  124.  
  125. 3.   The program will begin execution and prompt you for
  126.      information regarding the details of the well construction.  The
  127.      first will be any backfill which may be at the bottom of the
  128.      well.  This is an optional step.  The backfill can be omitted
  129.      altogether by answering "N" to the backfill prompt.  The second
  130.      will be the sandpack section of the well.  The third will be the
  131.      screen attributes.  The fourth, the bentonite seal, and the
  132.      last, the grout from the top of the bentonite.  All of the
  133.      labels can be more than one line.  Remember that AutoLog does not
  134.      add the tick (') after the depth number - this must be added
  135.      manually.
  136.  
  137. 4.   The next section of AutoLog will be the lithology.  The program
  138.      will prompt for the lithology thickness, hatch and depth.  After
  139.      the first layer is complete the user will be prompted for
  140.      subsequent layers.  Entering a thickness which would make the
  141.      unit protrude above the ground surface is prevented.  If the
  142.      user enters a number which would make the unit protrude he is
  143.      asked whether he wants to try again or have AutoLog round it.  If
  144.      the user selects auto rounding, AutoLog uses the remaining
  145.      area for the last section of lithology.  AutoLog also provides
  146.      the user a good deal of flexibility when labeling the lithology. 
  147.      AutoLog allows multiple lines of text when labeling the
  148.      lithology.  This allows items such as sample interval and rock
  149.      descriptions to be entered.  The number of lines of text is
  150.      limited only by the thickness of the unit.  If too many lines of
  151.      text are entered, they can overlap the text for the layer
  152.      below.  Remember that AutoLog does not add the tick (') after the
  153.      depth number - this must be added manually.
  154.         
  155. 5.   The next step in AutoLog is to label the drilling method,
  156.      driller, date, who logged the well, ground elevation, top of
  157.      casing elevation, borehole, width, and casing type.  All of
  158.      these fields are prompted and composed of one line each.